Boost
boost
arrow_drop_down
Boost.TypeTraits

This Release

John Maddock
John Maddock
Maintainer

Boost TypeTraits Library

The Boost type-traits library contains a set of very specific traits classes, each of which encapsulate a single trait from the C++ type system; for example, is a type a pointer or a reference type? Or does a type have a trivial constructor, or a const-qualifier?

The type-traits classes share a unified design: each class inherits from the type true_type if the type has the specified property and inherits from false_type otherwise.

The type-traits library also contains a set of classes that perform a specific transformation on a type; for example, they can remove a top-level const or volatile qualifier from a type. Each class that performs a transformation defines a single typedef-member type that is the result of the transformation.

The full documentation is available on boost.org.

Master Develop
Travis Build Status Build Status
Appveyor Build status Build status

Support, bugs and feature requests

Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed issues).

You can submit your changes through a pull request.

There is no mailing-list specific to Boost TypeTraits, although you can use the general-purpose Boost mailing-list using the tag [type_traits].

Development

Clone the whole boost project, which includes the individual Boost projects as submodules (see boost+git doc):

git clone https://github.com/boostorg/boost
cd boost
git submodule update --init

The Boost TypeTraits Library is located in libs/type_traits/.

Running tests

First, make sure you are in libs/type_traits/test. You can either run all the tests listed in Jamfile.v2 or run a single test:

../../../b2                        <- run all tests
../../../b2 config_info            <- single test

All Time

jzmaddock
Contributor
Peter Dimov
Peter Dimov
Contributor
Beman Dawes
Beman Dawes
Contributor
Dave Abrahams
Dave Abrahams
Contributor
Aleksey Gurtovoy
Contributor
Stephen Kelly
Stephen Kelly
Contributor
Antony Polukhin
Antony Polukhin
Contributor
Edward Diener
Edward Diener
Contributor
Douglas Gregor
Douglas Gregor
Contributor
nobody
Contributor
Vicente J. Botet Escriba
Vicente J. Botet Escriba
Contributor
jzmaddock
Contributor
Glen Fernandes
Glen Fernandes
Contributor
Daniel James
Daniel James
Contributor
Michel Morin
Michel Morin
Contributor
Frédéric Bron
Frédéric Bron
Contributor
Alexander Nasonov
Alexander Nasonov
Contributor
Ralf W. Grosse-Kunstleve
Contributor
Ion Gaztañaga
Ion Gaztañaga
Contributor
Peter Dimov
Peter Dimov
Contributor
Marshall Clow
Marshall Clow
Contributor
Eric Friedman
Contributor
Joaquín M. López Muñoz
Joaquín M. López Muñoz
Contributor
Nikita Kniazev
Nikita Kniazev
Contributor
Troy D. Straszheim
Troy D. Straszheim
Contributor
Andrey Semashev
Andrey Semashev
Contributor
Terje Slettebø
Contributor
Thorsten Jørgen Ottosen
Thorsten Jørgen Ottosen
Contributor
Edward Diener
Edward Diener
Contributor
Rene Rivera
Rene Rivera
Contributor
Toon Knapen
Toon Knapen
Contributor
Hartmut Kaiser
Hartmut Kaiser
Contributor
Bryce Adelstein-Lelbach
Bryce Adelstein-Lelbach
Contributor
Brian Kuhl
Brian Kuhl
Contributor
rmiller
Contributor
Jeremiah Willcock
Jeremiah Willcock
Contributor
Glen Fernandes
Glen Fernandes
Contributor
Markus Schöpflin
Contributor
Vladimir Prus
Vladimir Prus
Contributor
Andrey Semashev
Andrey Semashev
Contributor
Steven Watanabe
Steven Watanabe
Contributor
Agustín Bergé
Agustín Bergé
Contributor
Marcel Raad
Marcel Raad
Contributor
sdarwin
sdarwin
Contributor
Guillaume Melquiond
Guillaume Melquiond
Contributor
Kohei Takahashi
Kohei Takahashi
Contributor
AntonBikineev
AntonBikineev
Contributor
Peder Holt
Peder Holt
Contributor
Tanzinul Islam
Tanzinul Islam
Contributor
Tobias Loew
Tobias Loew
Contributor
Ed Catmur
Ed Catmur
Contributor
Joel de Guzman
Joel de Guzman
Contributor
Ed Catmur
Ed Catmur
Contributor
Stefan Slapeta
Contributor
Jens Maurer
Jens Maurer
Contributor
zerotypos-found
zerotypos-found
Contributor
Alexander Grund
Alexander Grund
Contributor
Daisuke Sakurai
Daisuke Sakurai
Contributor
Mike Dev
Mike Dev
Contributor
Alex Henrie
Alex Henrie
Contributor
Gregor Jasny
Gregor Jasny
Contributor
Marcel Raad
Marcel Raad
Contributor
Bálint Cserni
Bálint Cserni
Contributor
Michael A. Jackson
Michael A. Jackson
Contributor
Alexander Nasonov
Alexander Nasonov
Contributor
Minmin Gong
Minmin Gong
Contributor
Louis Dionne
Louis Dionne
Contributor
scopeInfinity
scopeInfinity
Contributor
Alisdair Meredith
Alisdair Meredith
Contributor
akumta
akumta
Contributor
Gennadiy Rozental
Gennadiy Rozental
Contributor